home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en">
- <HEAD>
- <TITLE><dtml-var title_or_id></TITLE>
- </HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
- <dtml-var manage_tabs>
-
- <dtml-if nonempty>
-
- <h2>Approve</h2>
-
- <p><form action=manage_Save__draft__>
- You can make work done in <dtml-var id> (<dtml-var title>) permanent by
- entering a remark in the space below and then
- clicking on the "Approve" button.<br>
- <textarea name=remark rows=10 cols=50></textarea><br>
- <input type=submit value="Approve">
- </form>
-
- <h2>Discard</h2>
-
- <p><form action=manage_Discard__draft__>
- You can throw away work done in <dtml-var id> (<dtml-var title>) by
- clicking on the "Discard" button.<br>
- <input type=submit value="Discard">
- </form>
-
- <dtml-else>
-
- There is nothing to approve. Nothing has been changed yet.
-
- </dtml-if>
-
- </body> </html>
-